gtktoolpalette: Only call gdk_atom_intern when we're constructed
authorColin Walters <walters@verbum.org>
Sat, 23 Mar 2013 18:09:20 +0000 (14:09 -0400)
committerColin Walters <walters@verbum.org>
Sat, 23 Mar 2013 21:07:15 +0000 (17:07 -0400)
commit4f0e9cbf8190d55ef65deaa21be4b523807d1697
tree65cfb792a81184cae227b87a3a6f000f4c8e6aa9
parentd6b4e849578910a354f671d8de09616af7f3ebe1
gtktoolpalette: Only call gdk_atom_intern when we're constructed

Otherwise we end up trying to instantiate a display manager in
class_init which breaks introspection scanning.

https://bugzilla.gnome.org/show_bug.cgi?id=696457
gtk/gtktoolpalette.c